home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Shout3Ddemo / Shout3d_runtime / codebase / models / nodeSearchPathTests / onePyramid2.s3d next >
Text File  |  2000-10-20  |  256b  |  17 lines

  1. #VRML V2.0 utf8
  2.  
  3. DEF PYRAMID Transform {
  4.     rotation 0 1 0 .79 
  5.     children 
  6.         Shape {
  7.             appearance     Appearance {
  8.                 material Material {
  9.                     diffuseColor .6 .6 1 
  10.                 }
  11.             }
  12.             geometry Pyramid2 { 
  13.                 width 4 height 2 depth 1 
  14.             }
  15.         }
  16.     }
  17. }